
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Vazirmatn',sans-serif;
}.rules-section{ max-width:1000px; margin:50px auto; padding:35px; background:#fff; border-radius:25px; box-shadow:0 10px 35px rgba(0,0,0,.08); direction:rtl; } .rules-logo{ text-align:center; margin-bottom:20px; } .rules-logo img{ width:120px; height:120px; object-fit:contain; } .rules-section h2{ text-align:center; color:#b8860b; margin-bottom:25px; font-size:32px; } .intro{ text-align:center; line-height:2.2; color:#555; margin-bottom:30px; } .rule-box{ background:#fafafa; border-right:5px solid #d4af37; padding:20px; border-radius:15px; margin-bottom:20px; } .rule-box h3{ margin-bottom:12px; color:#222; } .rule-box p{ line-height:2.1; color:#555; } .important{ color:#d32f2f !important; font-weight:700; margin-top:10px; } .rules-footer{ background:#f8f8f8; padding:25px; border-radius:18px; text-align:center; margin-top:30px; } .rules-footer p{ line-height:2; color:#444; } @media(max-width:768px){ .rules-section{ padding:20px; } .rules-section h2{ font-size:24px; } }